home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: MegaDisc / MegaDisc 33 (1993-04)(MegaDisc Digital Publishing)(AU)(Disk 2 of 2).zip / MegaDisc 33 (1993-04)(MegaDisc Digital Publishing)(AU)(Disk 2 of 2).adf / Reviews / DOpus_4 < prev    next >
Text File  |  1993-04-20  |  13KB  |  252 lines

  1.  
  2.  
  3.                                 DIRECTORY OPUS 4 
  4.  
  5.                               created by Jon Potter 
  6.  
  7.                             reviewed by Steve Bolton 
  8.  
  9.  
  10.     -----------------------------------------------------------------------
  11.     NOTE:   The  long  awaited  update  to  DOpus 3.42 has finally arrived.
  12.     Those  of  you  who may have found the increased cost of this utility a
  13.     little  more  than  expected should also take note that INOVAtronics in
  14.     the  USA has taken over the burden of marketing this software from Jon.
  15.     The increase price also includes the increased quality of the packaging
  16.     and documentation and above all a thoroughly improved program.
  17.     -----------------------------------------------------------------------
  18.  
  19.  
  20.     ][ 33 ][ 33 ][ 33 ][ 33 ][ 33 ][ 33 ][ 33 ][ 33 ][ 33 ][ 33 ][ 33 ][ 33
  21.  
  22.    WHAT IS A DIRECTORY UTILITY
  23.         Essentially a directory utility is a program which makes the task
  24.     of manipulating files easy and painless.  The term "files" may sound
  25.     boring but it can refer to pictures, animations, sounds, demos,
  26.     programs, fonts, etc.  Remember, your Amiga's disks are made up of
  27.     files.
  28.  
  29.         So what can a directory utility do for you?  If you have ever
  30.     used the CLI/Shell to examine a floppy disk or copy files from one disk
  31.     or another then you may find yourself "getting lost" amongst the
  32.     different directories and find yourself having to enter in larger and
  33.     larger path names to get to a particular file.
  34.  
  35.         These sorts of abilities are the absolute minimum that DOpus4 can
  36.     dramatically improve for the user.  Launching programs or ARexx
  37.     scripts, playing animations, listening to music modules or extracting
  38.     software from an archive are but a few of the tasks available to you in
  39.     DOpus4.
  40.  
  41.  
  42.    WHO CAN USE DOPUS4?
  43.         In fact, the question should probably be "who can NOT use DOpus4?".
  44.     The answer would then be "no-one"!  This program is easy enough for the
  45.     beginner to use (since most functions have already been set up) and
  46.     expandable enough for the professional/experienced user to configure
  47.     DOpus to their own personal needs.
  48.  
  49.         When first run, DOpus will come up and you will then see several
  50.     rows of buttons at the bottom of the screen and the top part of the
  51.     screen will consist of two windows.  These windows are used to show the
  52.     contents of a directory and there are two of them because the active
  53.     one will be used as a source directory and the inactive one as a
  54.     destination directory.  The buttons at the bottom are used to select
  55.     various functions such as copy, delete, make new directory, print, etc.
  56.     The top of the screen will also have a menu strip (which you can see by
  57.     holding down the right mouse button).
  58.  
  59.    POWER TO THE MASSES
  60.         The main thing that makes DOpus far more powerful than other
  61.     directory utilities is its configurability.  Everything about DOpus can
  62.     easily and quickly be changed via a Config program (which is launched
  63.     from within DOpus), so the buttons can be moved around, their
  64.     sizes/colours changed, extra set of buttons added, change the functions
  65.     of the buttons or perform any of these changes on the menu items,
  66.     directory windows or even globally to the whole program.
  67.  
  68.         The directory windows display several pieces of information (you
  69.     can choose what information you want available) such as file names,
  70.     file size, creation date, protection bits, comments and filetype (text,
  71.     IFF picture etc).  You can even choose how you want the information
  72.     sorted within the window.  Everything is so easily performed within
  73.     these windows that you won't want to use the workbench or CLI ever
  74.     again.  Most of the time to view a picture/animation, play a music
  75.     module or launch another program you will only need to double click
  76.     with the mouse on the name of the file in the directory window.  To
  77.     copy a file from one directory to another you can simply click on the
  78.     file in question then quickly click on the destination window and the
  79.     file will be copied.  Same with listing the contents of an archive
  80.     (just double click on it) or extracting the contents of an archive
  81.     (clicking on the archive then clicking on the destination directory).
  82.  
  83.         When changing/adding functions to either the menus or buttons
  84.     it is done in the Config program using a simple method similar (and in
  85.     fact easier) than the CLI/Shell.  For example, to set up a button to
  86.     delete a file you would select a button in the Config program and give
  87.     it a name (probably DELETE).  You then designate the function the
  88.     button performs, by entering the following:
  89.  
  90.         C:Delete {f}
  91.         The C:Delete is the path and file names for the Delete command.
  92.     The {f} is a special "code" for DOpus which tells DOpus to enter the
  93.     first selected entry in a source directory window with its full path
  94.     name into he command line instead of {f}.  This means that when you
  95.     select an item in the directory window and then click on the delete
  96.     button that item will be deleted which saves time entering the
  97.     CLI/Shell and typing in the full command yourself.  The delete button
  98.     can also be made to delete all the files that have been highlighted
  99.     (great for deleting icons for data files which you don't every see from
  100.     workbench).  This "code system" is used where you would normally use
  101.     paths to files in the CLI/Shell.
  102.  
  103.     Other codes include:
  104.  
  105.     {Rd} - Directory requester
  106.     {d} - Destination directory name
  107.     {o} - First selected entry (name only)
  108.     {ou} - As {o} but file is not unselected after function has been
  109.         performed.
  110.  
  111.         These are just some of the many codes available, but don't worry,
  112.     there is no need to memorise any of them, since they can be selected
  113.     within the Config program by clicking on the "{}" button.  This will
  114.     then bring up a requester showing the codes and a small description of
  115.     what they are - if you then click on one it will be entered into the
  116.     command line.  Even the name of the action file (such as the AmigaDOS
  117.     command Delete in the above example) can be selected using a requester.
  118.     You just need to find where the file is within your system and click on
  119.     it, the full path to that file will then be entered into the command
  120.     line.  This may all sound a little complicated at the moment but it is
  121.     really simple once you try it out for yourself.  Since most of the
  122.     functions you will ever use are already set up or you, beginners won't
  123.     have to worry about the Config program until they have gained enough
  124.     knowledge and confidence to feel ready to reconfigure some of the
  125.     buttons.  Experienced users will find it very easy to jump right in and
  126.     start configuring their own buttons/menus.
  127.  
  128.         Beginners who may be a little confused with the CLI/shell will find
  129.     it a relief to use DOpus for manipulating files or formatting/copying
  130.     disks.  Expert users will be impressed with the ease with which they can
  131.     efficiently use their systems.  For example, programmers usually need
  132.     to use the CLI/Shell to compile, link and debug their code could then
  133.     set up some buttons to perform the same task.  All they then need to do
  134.     is highlight the source code and then click on the relevant buttons and
  135.     their programs can be compiled while they then get on with some other
  136.     work.  People who use text editors for a lot of writing could set up a
  137.     button with a public domain spelling/grammar checker.  Then their files
  138.     would be easily checked for spelling or grammatical errors.  There is
  139.     truly nothing that can't be done with DOpus (I even have a ray tracing
  140.     program set up to ray trace in the background while I get on with some
  141.     other work!).
  142.  
  143.         Hard drive users will find that DOpus becomes indispensable for
  144.     tracking down files and reorganising their hard drives.  You may even
  145.     find that you no longer need to access the workbench or cli and just
  146.     run everything from within DOpus.
  147.  
  148.    WHAT CAN IT RECOGNISE
  149.         Here is a list of just some of the items that Directory Opus 4 can
  150.     recognise:
  151.  
  152.     o   All ILBM pictures (including SHAM and the new AGA modes)
  153.     o   Animations (ANIM-5) and AnimBrushes
  154.     o   Plays:  Sound samples (8SVX)
  155.                 Noisetracker
  156.                 Soundtracker
  157.                 ProTracker
  158.                 MED w/MIDI
  159.                 Octalyzer
  160.                 Raw audio data
  161.  
  162.     o   Runs executables
  163.     o   Displays: Fonts
  164.                   Text files (normal or ANSI)
  165.                   HEX files
  166.     o   Launches CanDo Decks
  167.     o   Executes ARexx scripts
  168.  
  169.         So you can see that DOpus is versatile in what it can read.
  170.  
  171.  
  172.    AN EASY READ
  173.         The manual supplied with DOpus 4 is in a sturdy 3-ring binder.  The
  174.     280 page manual is easy to use and contains heaps of details on all
  175.     functions of DOpus including pictures of the particular items being
  176.     referred to so that understanding what you are reading about is easy.
  177.     If you do get stuck while using DOpus then on-line help is available by
  178.     simply pressing the HELP key and then clicking on the item you want
  179.     help with.
  180.  
  181.    NO SYSTEM IS TOO BIG OR TOO SMALL
  182.         DOpus is one program which has no trouble adapting to new Amigas,
  183.     Kickstarts and Chip Sets and is fully compatible all the way up to
  184.     kickstart 3 and the new AGA chip set.  DOpus can be displayed in any
  185.     resolution your system supports with your choice of colours.  So on an
  186.     Amiga 1200 or 4000 to display a HAM8 picture just double click on its
  187.     name and it will load and be displayed for you.  If you have only 1MB
  188.     of memory, running other large programs from DOpus may not work because
  189.     of the memory that DOpus is using but since more and more people are
  190.     expanding their systems beyond the 1MB range it won't be a problem for
  191.     more advanced users.
  192.  
  193.         The overall quality of DOpus4 compared with DOpus 3.42 is
  194.     astounding.  At first glance it may not look much different
  195.     (perhaps only a few subtle changes) but once you have a look
  196.     "behind the scenes" at the power of the Config program then it
  197.     quickly becomes apparent that this is a program of limitless
  198.     potential which is very easy to use.  Users of V3.42 will already
  199.     know just how easy it is to use and config DOpus to suit your own
  200.     personal tastes.  DOpus4 goes that bit further by refining the ease
  201.     of use and adding to it so that it is possible to reconfigure
  202.     DOpus 4 using only the mouse if you prefer.  There are now heaps
  203.     of different recognisable filetypes available so you may never
  204.     need to add your own (though you can still do this). All of these
  205.     filetypes can have different actions performed on them
  206.     (such as using a special picture viewer when a GIF picture is
  207.     loaded).  Full support for AGA graphics modes and full
  208.     utilisation of your system to its maximum ability truly make this
  209.     a great piece of software.
  210.  
  211.         The only problem with a program of this ability and adaptability is
  212.     the overall size of itself plus the Config program.  To get maximum use
  213.     from it there are also some libraries which DOpus will use to enhance
  214.     requesters, loaders or to unpack certain files.  So DOpus is not a
  215.     program that can be set up on a "utility" disk with 3000 other
  216.     utilities.  Users with a single disk drive will find file transfers MUCH
  217.     easier between different disks when using DOpus then they would trying
  218.     to use the CLI/Shell.  User with only 1MB of RAM will be limited with
  219.     the size and resolution of animations, pictures or even music that is
  220.     played/viewed from within DOpus.
  221.  
  222.         If you are serious about your Amiga then you can't go wrong with
  223.     DOpus and hard drive users will find it invaluable when tracking down
  224.     files.
  225.  
  226.  
  227.         Directory Opus 4 is available from most good software
  228.     retailers and Megadisc at a retail of $149 (approx. -  some places
  229.     may be selling for less).
  230.  
  231.         Upgrades are available for V3.42 users by sending your
  232.     original disk and $85 to:
  233.  
  234.                 DeskTop Utilities
  235.                 PO Box 3053,
  236.                 Manuka,
  237.                 ACT,
  238.                 2033
  239.                 Ph: (06) 239 6658
  240.  
  241.  
  242.     ][ 33 ][ 33 ][ 33 ][ 33 ][ 33 ][ 33 ][ 33 ][ 33 ][ 33 ][ 33 ][ 33 ][ 33
  243.